VMware Player do BackTrack - Erro: "Virtual Network Device" [Resolvido]
Publicado por Emilson Ribeiro Neto em 31/08/2012
[ Hits: 5.648 ]
#! /bin/bash # VMWare Workstation/Player _host kernel modules_ patcher v0.6.2 by ©2010 Artem S. Tashkinov # Tailored and fixed vmblock patching for the 2.6.39 patch by Stefano Angeleri (weltall) # Use at your own risk. fpatch=vmware3.2.0.patch vmreqver=8.0.2 plreqver=4.0.3 error() { echo "$*. Exiting" exit } curdir=`pwd` bdate=`date "+%F-%H:%M:%S"` || error "date utility didn't quite work. Hm" vmver=`vmware-installer -l 2>/dev/null | awk '/vmware-/{print $1substr($2,1,5)}'` vmver="${vmver#vmware-}" basedir=/usr/lib/vmware/modules/source ptoken="$basedir/.patched" bkupdir="$basedir-$vmver-$bdate-backup" unset product [ -z "$vmver" ] && error "VMWare is not installed (properly) on this PC" #[ "$vmver" == "workstation$vmreqver" ] && product="VMWare WorkStation" #[ "$vmver" == "player$plreqver" ] && product="VMWare Player" #[ -z "$product" ] && error "Sorry, this script is only for VMWare WorkStation $vmreqver or VMWare Player $plreqver" [ "`id -u`" != "0" ] && error "You must be root to run this script" [ -f "$ptoken" ] && error "$ptoken found. You have already patched your sources" [ ! -d "$basedir" ] && error "Source '$basedir' directory not found, reinstall $product" [ ! -f "$fpatch" ] && error "'$fpatch' not found. Please, copy it to the current '$curdir' directory" tmpdir=`mktemp -d` || exit 1 cp -an "$basedir" "$bkupdir" || exit 2 cd "$tmpdir" || exit 3 find "$basedir" -name "*.tar" -exec tar xf '{}' \; || exit 4 patch -p1 < "$curdir/$fpatch" || exit 5 tar cf vmci.tar vmci-only || exit 6 tar cf vsock.tar vsock-only || exit 7 tar cf vmnet.tar vmnet-only || exit 8 tar cf vmmon.tar vmmon-only || exit 9 tar cf vmblock.tar vmblock-only || exit 10 cp -a *.tar "$basedir" || exit 11 rm -rf "$tmpdir" || exit 12 touch "$ptoken" || exit 13 cd "$curdir" || exit 14 vmware-modconfig --console --install-all echo -e "\n" echo "All done, you can now run $product." echo "Modules sources backup can be found in the '$bkupdir' directory"
QEMU: Virtual Machine VM fácil no Kurumin NG Linux
Executando programas do KDE no Ubuntu Lucid Lynx
Escolhendo os melhores mirrors pro seu Arch Linux
Instalação do Blender no Debian Etch
Como criar um pacote.deb com o executável do Lazarus
Firefox no Debian Wheezy KDE (removendo o Iceweasel)
Nenhum comentário foi encontrado.
Instalar e Configurar o Slackware Linux em 2025
Como configurar os repositórios do apt no Debian 12 em 2025
Passkeys: A Evolução da Autenticação Digital
Instalação de distro Linux em computadores, netbooks, etc, em rede com o Clonezilla
Configurando o Conky para iniciar corretamente no sistema
3 configurações básicas que podem melhorar muito a sua edição pelo editor nano
Como colorir os logs do terminal com ccze
Instalação Microsoft Edge no Linux Mint 22
Como configurar posicionamento e movimento de janelas no Lubuntu (Openbox) com atalhos de teclado
driver do repositorio debian nao atende o requisito minimo [RESOLVIDO]... (9)
Novo problema! Erro durante a atualização! (7)
Linux Mint não conecta Wi-Fi sem fio (1)
Tenho um problama de quebra de pacote e não descobri como resolver [RE... (2)